﻿2026-06-28T11:44:01.6577559Z ##[group]Run actions/checkout@v5
2026-06-28T11:44:01.6578120Z with:
2026-06-28T11:44:01.6578476Z   repository: SaberMage/spt-core
2026-06-28T11:44:01.6581811Z   token: ***
2026-06-28T11:44:01.6582145Z   ssh-strict: true
2026-06-28T11:44:01.6582491Z   ssh-user: git
2026-06-28T11:44:01.6582835Z   persist-credentials: true
2026-06-28T11:44:01.6583184Z   clean: true
2026-06-28T11:44:01.6583520Z   sparse-checkout-cone-mode: true
2026-06-28T11:44:01.6583910Z   fetch-depth: 1
2026-06-28T11:44:01.6584224Z   fetch-tags: false
2026-06-28T11:44:01.6584567Z   show-progress: true
2026-06-28T11:44:01.6584900Z   lfs: false
2026-06-28T11:44:01.6585210Z   submodules: false
2026-06-28T11:44:01.6585602Z   set-safe-directory: true
2026-06-28T11:44:01.6585941Z env:
2026-06-28T11:44:01.6586243Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-06-28T11:44:01.6586670Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-06-28T11:44:01.6587082Z ##[endgroup]
2026-06-28T11:44:01.8425900Z Syncing repository: SaberMage/spt-core
2026-06-28T11:44:01.8427488Z ##[group]Getting Git version info
2026-06-28T11:44:01.8428218Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-28T11:44:01.8687496Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-28T11:44:01.8894725Z git version 2.43.0.windows.1
2026-06-28T11:44:01.8923137Z ##[endgroup]
2026-06-28T11:44:01.8931261Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\0aa42ba9-66ca-4dba-9ceb-a60d9b6776e4\.gitconfig'
2026-06-28T11:44:01.8945350Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0aa42ba9-66ca-4dba-9ceb-a60d9b6776e4' before making global git config changes
2026-06-28T11:44:01.8946982Z Adding repository directory to the temporary git global config as a safe directory
2026-06-28T11:44:01.8950709Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-28T11:44:01.9184187Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-28T11:44:01.9373475Z https://github.com/SaberMage/spt-core
2026-06-28T11:44:01.9403681Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-28T11:44:01.9407630Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-28T11:44:01.9607442Z HEAD
2026-06-28T11:44:01.9848126Z ##[endgroup]
2026-06-28T11:44:01.9850522Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-28T11:44:02.3569824Z ##[group]Cleaning the repository
2026-06-28T11:44:02.3570771Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-28T11:44:03.6116030Z Removing target/
2026-06-28T11:44:03.6150689Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-28T11:44:03.6603720Z HEAD is now at 0e48ce33 Merge 04dc7e9be386b7b93535d575a088634f0ab7481c into 9e5b33bb3ed1f6ed6766f5f17373e43ce2778932
2026-06-28T11:44:03.6630458Z ##[endgroup]
2026-06-28T11:44:03.6634880Z ##[group]Disabling automatic garbage collection
2026-06-28T11:44:03.6640615Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-28T11:44:03.6884439Z ##[endgroup]
2026-06-28T11:44:03.6884863Z ##[group]Setting up auth
2026-06-28T11:44:03.6891285Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-28T11:44:03.7113451Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-28T11:44:04.0908475Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-28T11:44:04.1146180Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-28T11:44:04.4741647Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-28T11:44:04.4971960Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-28T11:44:04.8793685Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-28T11:44:04.9048823Z ##[endgroup]
2026-06-28T11:44:04.9049291Z ##[group]Fetching the repository
2026-06-28T11:44:04.9055681Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0e48ce332909c69c844bafe97d79a20fad195757:refs/remotes/pull/39/merge
2026-06-28T11:44:05.6217110Z ##[endgroup]
2026-06-28T11:44:05.6217602Z ##[group]Determining the checkout info
2026-06-28T11:44:05.6217992Z ##[endgroup]
2026-06-28T11:44:05.6226664Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-28T11:44:05.6496576Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-28T11:44:05.6746501Z ##[group]Checking out the ref
2026-06-28T11:44:05.6751957Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/39/merge
2026-06-28T11:44:05.7150602Z HEAD is now at 0e48ce33 Merge 04dc7e9be386b7b93535d575a088634f0ab7481c into 9e5b33bb3ed1f6ed6766f5f17373e43ce2778932
2026-06-28T11:44:05.7182274Z ##[endgroup]
2026-06-28T11:44:05.7456435Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-28T11:44:05.7680188Z 0e48ce332909c69c844bafe97d79a20fad195757
